home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 November / macformat-043.iso / mac / MacFormat 43 Browser / SOURCES / oReaders__Art_1_24.k < prev    next >
Encoding:
Text File  |  1996-09-05  |  2.1 KB  |  114 lines  |  [TEXT/MPS ]

  1. object oReaders__Art_1_24 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oReaders__screen_24_1,
  7.         oBack_button_24_4,
  8.         oNext_Button_24_5,
  9.         oMenu_Button_24_6,
  10.         o43Jules_Verne_machine_24_10,
  11.         o43Undersea_24_11
  12.     ];
  13. end;
  14.  
  15.  
  16. object oReaders__screen_24_1 is cPictureHandler
  17. with
  18.     Duration is -1;
  19.     Supplier is oReaders__screen_69_;
  20.     Behavior is cVRBehavior
  21.     has
  22.     with
  23.         Enabled is true; Shown is true; 
  24.         X is 0; Y is 0; Width is 640; Height is 480;
  25.     end;
  26. end;
  27.  
  28.  
  29. object oBack_button_24_4 is cPictureHandler
  30. with
  31.     Duration is -1;
  32.     Supplier is oBack_button_66_;
  33.     Behavior is cVRBehavior
  34.     has
  35.         MouseUp(theTarget, theX, theY)
  36.             do
  37.                 oBinder.Goto(oReaders__Art_3_23);
  38.                 oBinder.Refresh();
  39.                 oBinder.SetTransition(oDissolve, 30);
  40.             end;
  41.         
  42.     with
  43.         Enabled is true; Shown is true; 
  44.         X is 524; Y is 321; Width is 90; Height is 39;
  45.     end;
  46. end;
  47.  
  48.  
  49. object oNext_Button_24_5 is cPictureHandler
  50. with
  51.     Duration is -1;
  52.     Supplier is oNext_Button_67_;
  53.     Behavior is cVRBehavior
  54.     has
  55.         MouseUp(theTarget, theX, theY)
  56.             do
  57.                 oBinder.Goto(oReaders__Art_2_19);
  58.                 oBinder.Refresh();
  59.                 oBinder.SetTransition(oDissolve, 30);
  60.             end;
  61.         
  62.     with
  63.         Enabled is true; Shown is true; 
  64.         X is 523; Y is 241; Width is 90; Height is 39;
  65.     end;
  66. end;
  67.  
  68.  
  69. object oMenu_Button_24_6 is cPictureHandler
  70. with
  71.     Duration is -1;
  72.     Supplier is oMenu_Button_49_;
  73.     Behavior is cVRBehavior
  74.     has
  75.         MouseUp(theTarget, theX, theY)
  76.             do
  77.                 oBinder.Goto(oMain_Menu_2);
  78.                 oBinder.Refresh();
  79.                 oBinder.SetTransition(oDissolve, 30);
  80.             end;
  81.         
  82.     with
  83.         Enabled is true; Shown is true; 
  84.         X is 524; Y is 401; Width is 90; Height is 39;
  85.     end;
  86. end;
  87.  
  88.  
  89. object o43Jules_Verne_machine_24_10 is cPictureHandler
  90. with
  91.     Duration is -1;
  92.     Supplier is o43Jules_Verne_machine_208_;
  93.     Behavior is cVRBehavior
  94.     has
  95.     with
  96.         Enabled is true; Shown is true; 
  97.         X is 307; Y is 110; Width is 178; Height is 267;
  98.     end;
  99. end;
  100.  
  101.  
  102. object o43Undersea_24_11 is cPictureHandler
  103. with
  104.     Duration is -1;
  105.     Supplier is o43Undersea_211_;
  106.     Behavior is cVRBehavior
  107.     has
  108.     with
  109.         Enabled is true; Shown is true; 
  110.         X is 88; Y is 192; Width is 178; Height is 266;
  111.     end;
  112. end;
  113.  
  114.